home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Strategy Challenges Collection
/
Strategy Challenges Collection.iso
/
pc
/
demo
/
demodata
/
menu.dxr
/
00153_Edmark.BTN.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-02
|
349 b
|
21 lines
on mouseDown
sound stop 1
sound stop 2
end
on mouseUp
global gAutoMode
if not (the movieName contains "menu") then
set gAutoMode to 0
puppetSound(0)
play done
else
clearPuppets(1, 24)
puppetPalette(the framePalette)
puppetTransition(6, 2, 16, 0)
go("MenuTran")
puppetPalette(0)
go("Menu")
end if
end